-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps-dev): bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 #426
base: main
Are you sure you want to change the base?
chore(deps-dev): bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 #426
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
This PR updates the @rollup/plugin-node-resolve dependency from version 15.2.3 to 15.3.0, introducing a new feature that allows 'preferBuiltins' to be a function.
- Updated
@rollup/plugin-node-resolve
to version 15.3.0 inpackage.json
- New feature: 'preferBuiltins' can now be a function in rollup configuration
- No changes required in
rollup.config.js
, but potential for optimization exists - Consider reviewing rollup configuration to leverage the new 'preferBuiltins' functionality if needed
- Ensure compatibility with other dependencies and test thoroughly before merging
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
c3be32c
to
c038213
Compare
74b1513
to
3b2a66a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This PR updates multiple package versions across the langfuse-js monorepo and removes an auto-merge workflow for Dependabot.
- Removed
.github/workflows/dependabot-auto-merge.yml
, disabling automatic merging of Dependabot PRs - Updated versions to 3.27.1 in
langfuse-core
,langfuse-langchain
,langfuse-node
,langfuse-vercel
, andlangfuse
package.json files - Enhanced error handling in
langfuse-vercel/src/LangfuseExporter.ts
, now logging a debug message instead of throwing an error when a root span is not found - Added type exports from langfuse-core in
langfuse/src/langfuse.ts
- Updated
lerna.json
to reflect the new version 3.27.1
10 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This PR updates the @rollup/plugin-node-resolve dependency from version 15.2.3 to 15.3.0 across multiple packages in the langfuse-js monorepo.
- Updated @rollup/plugin-node-resolve to 15.3.0 in all package.json files
- Bumped versions of langfuse-core, langfuse-langchain, langfuse-node, langfuse-vercel, and langfuse packages from 3.27.1 to 3.27.2
- Updated lerna.json version to 3.27.2
- New feature in @rollup/plugin-node-resolve: preferBuiltins can now be a function
7 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 15.3.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
3b2a66a
to
8cf6173
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Disclaimer: Experimental PR review
PR Summary
(updates since last review)
This PR introduces data masking functionality to the Langfuse core library while updating package versions across the monorepo.
- Added new masking feature in
langfuse-core/src/index.ts
that allows masking sensitive data in input/output fields before processing - Introduced
MaskFunction
type inlangfuse-core/src/types.ts
for type-safe data masking implementation - Added integration test in
integration-test/langfuse-integration-fetch.spec.ts
to verify masking functionality - Bumped all package versions from 3.27.2 to 3.28.0 across the monorepo
- Updated
@rollup/plugin-node-resolve
to 15.3.0 with new preferBuiltins function capability
10 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
Bumps @rollup/plugin-node-resolve from 15.2.3 to 15.3.0.
Changelog
Sourced from
@rollup/plugin-node-resolve
's changelog.Commits
a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
chore(node-resolve): remove is-builtin-module (#1735)dcd8da5
chore(repo): use@dot/versioner
for releases (#1612)1caee89
chore(release): node-resolve v15.2.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)